libxl: fix a typo in the GCREALLOC_ARRAY macro
authorDario Faggioli <raistlin@linux.it>
Tue, 26 Jun 2012 16:00:20 +0000 (17:00 +0100)
committerDario Faggioli <raistlin@linux.it>
Tue, 26 Jun 2012 16:00:20 +0000 (17:00 +0100)
commite57d79c9e2eabc1ed18dc25593bee21a509dbc62
tree14603e5ff949f6336a81d0b7d3f60f6e81ec416e
parent7224e175fbe4efa1ddfddf75ed1de3da886b825f
libxl: fix a typo in the GCREALLOC_ARRAY macro

Causing a build failure when trying to use it:

xxx: error: expected ';' before ')' token
xxx: error: expected statement before ')' token

Signed-off-by: Dario Faggioli <dario.faggioli@citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxl/libxl_internal.h